Skip to content

add cursor rules to echo-start templates#721

Open
285729101 wants to merge 1 commit intoMerit-Systems:masterfrom
285729101:feat/cursor-rules
Open

add cursor rules to echo-start templates#721
285729101 wants to merge 1 commit intoMerit-Systems:masterfrom
285729101:feat/cursor-rules

Conversation

@285729101
Copy link

Adds .cursor/rules/echo_rules.mdc to all echo-start templates so new projects scaffolded with echo-start get useful AI assistant context out of the box.

Each template gets a tailored version of the rules file matching its framework:

  • Next.js templates (next, next-chat, next-image, next-video-template, nextjs-api-key-template, assistant-ui, authjs) — covers server/client boundaries, EchoProvider setup, env vars with NEXT_PUBLIC_ prefix, API route patterns
  • React (Vite) templates (react, react-chat, react-image) — covers EchoProvider setup, VITE_ env var prefix, hooks like useEchoModelProviders
  • CLI template (echo-cli) — covers Commander.js patterns, auth flows, streaming, config storage

Closes #636

@vercel
Copy link
Contributor

vercel bot commented Feb 18, 2026

@285729101 is attempting to deploy a commit to the Merit Systems Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .cursor/rules/echo_rules.mdc to echo-start templates

1 participant

Comments